<input> like elements are similar to variables that have data type, name, and value
Just a question. Do you remember how to select elements using attributes in CSS?
If you do not remember, study CSS Attribute Selectors.
Trial 1: Let's try to write the code to read username, password, and note from the user,
when a button is clicked.
For each input-like element, you can read 'name' and 'value' values in JS.